home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Demo Software / Swivel 3D Professional Demo / Command Set examples / Poly Norm example < prev   
Text File  |  1990-07-14  |  434b  |  19 lines

  1. NewObject 
  2.  
  3.     PolyNormPoints:
  4.     1    1    1    -2    -2    -2    ,
  5.     1    1    -1    -2    -2    2    ,
  6.     1    -1    -1    -2    2    2    ,
  7.     1    -1    1    -2    2    -2    ,
  8.     1    1    1    -2    -2    -2    ,
  9.     EndPolyNorm
  10.  
  11.     PolyNormPoints:
  12.     -1    1    1    2    -2    -2    ,
  13.     -1    1    -1    2    -2    2    ,
  14.     -1    -1    -1    2    2    2    ,
  15.     -1    -1    1    2    2    -2    ,
  16.     -1    1    1    2    -2    -2    ,
  17.     EndPolyNorm
  18.  
  19.